type github.com/jackc/pgx/v5/pgtype.scanPlanBinaryTimeToTextScanner

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		time.go#L147: 			return scanPlanBinaryTimeToTextScanner{}
		time.go#L176: type scanPlanBinaryTimeToTextScanner struct{}
		time.go#L178: func (scanPlanBinaryTimeToTextScanner) Scan(src []byte, dst any) error {